Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
CbacProcess Class Reference

CbacProcess is the process that handles CBAC. More...

Inheritance diagram for CbacProcess:
Process

Public Member Functions

int getCbacCount ()
 Returns the number of CBAC access lists. More...
 
Cbac getCbacAt (int)
 Returns the CBAC access list at the specified index. More...
 
void setGlobalAuditTrail (Bool)
 Enables or disables global audit trail. More...
 
void setGlobalAlert (Bool)
 Enables or disables global alert. More...
 
void setTcpSynWaitTime (int)
 Sets the value for TCP sync wait. More...
 
void setTcpFinWaitTime (int)
 Sets the value for TCP FIN wait. More...
 
void setTcpIdleTime (int)
 Sets the value for TCP idle time. More...
 
void setUdpIdleTime (int)
 Sets the value for UDP idle time. More...
 
void setDnsTimeout (int)
 Sets the value for DNS timeout. More...
 
Bool getGlobalAuditTrail ()
 Returns the global audit trail value. More...
 
Bool getGlobalAlert ()
 Returns the global alert value. More...
 
void setMaxIncompleteHigh (int)
 Sets the max-incomplete high value. More...
 
void setMaxIncompleteLow (int)
 Sets the max-incomplete low value. More...
 
void setOneMinuteHigh (int)
 Sets the one-minute high value. More...
 
void setOneMinuteLow (int)
 Sets the one-minute low value. More...
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Detailed Description

CbacProcess is the process that handles CBAC.

Member Function Documentation

◆ getCbacAt()

Cbac CbacProcess::getCbacAt ( int  )

Returns the CBAC access list at the specified index.

Parameters
index,indexto get the access list from
Returns
Cbac, the CBAC access list at the specified index.

◆ getCbacCount()

int CbacProcess::getCbacCount ( )

Returns the number of CBAC access lists.

Returns
int, the number of CBAC access lists.

◆ getGlobalAlert()

Bool CbacProcess::getGlobalAlert ( )

Returns the global alert value.

Returns
enum<Bool>, values: eDefault = -1, eFalse = 0, eTrue = 1

◆ getGlobalAuditTrail()

Bool CbacProcess::getGlobalAuditTrail ( )

Returns the global audit trail value.

Returns
enum<Bool>, values: eDefault = -1, eFalse = 0, eTrue = 1

◆ setDnsTimeout()

void CbacProcess::setDnsTimeout ( int  )

Sets the value for DNS timeout.

Parameters
timeout,thevalue for DNS timeout.

◆ setGlobalAlert()

void CbacProcess::setGlobalAlert ( Bool  )

Enables or disables global alert.

Parameters
val,valueseDefault = -1, eFalse = 0, eTrue = 1

◆ setGlobalAuditTrail()

void CbacProcess::setGlobalAuditTrail ( Bool  )

Enables or disables global audit trail.

Parameters
val,valueseDefault = -1, eFalse = 0, eTrue = 1

◆ setMaxIncompleteHigh()

void CbacProcess::setMaxIncompleteHigh ( int  )

Sets the max-incomplete high value.

Parameters
hinum,themax-incomplete high value.

◆ setMaxIncompleteLow()

void CbacProcess::setMaxIncompleteLow ( int  )

Sets the max-incomplete low value.

Parameters
lonum,themax-incomplete low value.

◆ setOneMinuteHigh()

void CbacProcess::setOneMinuteHigh ( int  )

Sets the one-minute high value.

Parameters
hinum,theone-minute high value.

◆ setOneMinuteLow()

void CbacProcess::setOneMinuteLow ( int  )

Sets the one-minute low value.

Parameters
lonum,theone-minute low value.

◆ setTcpFinWaitTime()

void CbacProcess::setTcpFinWaitTime ( int  )

Sets the value for TCP FIN wait.

Parameters
finwait,thevalue for TCP FIN wait.

◆ setTcpIdleTime()

void CbacProcess::setTcpIdleTime ( int  )

Sets the value for TCP idle time.

Parameters
idleTime,thevalue for TCP idle time.

◆ setTcpSynWaitTime()

void CbacProcess::setTcpSynWaitTime ( int  )

Sets the value for TCP sync wait.

Parameters
synTime,thevalue for TCP sync wait.

◆ setUdpIdleTime()

void CbacProcess::setUdpIdleTime ( int  )

Sets the value for UDP idle time.

Parameters
idleTime,thevalue for UDP idle time.

The documentation for this class was generated from the following file: